Vcenter Tagging Associations IterationSpec

Vcenter Tagging Associations IterationSpec
Vcenter Tagging Associations IterationSpec

The Vcenter Tagging Associations IterationSpec schema contains properties used to break results into pages when listing tags associated to objects see GET /vcenter/tagging/associations).

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "marker": "string"
}
string
marker
Optional

Marker is an opaque token that allows the caller to request the next page of tag associations.

This property was added in vSphere API 7.0.0.0.

If missing or null or empty, first page of tag associations will be returned.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.tagging.associations.Marker. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.tagging.associations.Marker.